home *** CD-ROM | disk | FTP | other *** search
- ; $VER: AbstraxPig Startup 1.0 (18.9.93)
-
- C:SetPatch QUIET
- C:Version >NIL:
-
- ; Assign Preferences Archive...
-
- Assign >NIL: ENV: SYS:Prefs/Env-Archive
-
- ; Set this ENV variable to YES or NO depending on
- ; whether or not you want AbstraxPig to loop at the end (Reboot..)
-
- C:SetEnv Abstrax/Loop NO
-
- ; Type the messy and run the PIG
-
- C:Type S:VSI
- SYS:AbstraxPig
-
- ; Set up Workbench preferences...
-
- C:IPrefs
-
- ; Load Workbench...
-
- C:LoadWB
- EndCLI >NIL:
-